home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / smail-3.1.28 / contrib / akcs / akcs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-23  |  464 b   |  20 lines

  1. /* @(#)contrib/akcs/akcs.h    1.2 10/24/90 05:17:12 */
  2.  
  3. /*
  4.  *    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
  5.  * 
  6.  * See the file COPYING, distributed with smail, for restriction
  7.  * and warranty information.
  8.  */
  9.  
  10. /*
  11.  * user.h:
  12.  *    interface file for driver code in user.c
  13.  */
  14.  
  15. /* private information from director file entry */
  16. struct akcs_private {
  17.     char *transport;            /* name of the transport */
  18.     char *prefix;            /* prefix, e.g., "real-" */
  19. };
  20.